I have developed my own execution report, which contains the name of the Execution Profile applied and the GlobalVariable=value pairs.
You might be interested in how to find out all GlobalVariables given (as the Katalon Stuio API does not provide that feature). Read the following source.
This helper class iterates over all properties in an instance of internal.GlobalVariables
given to a test case run using Java Reflection API.