global class OptionDataResponse { global OptionDataResponse(List options) { } global OptionDataResponse(List optionGroups) { } global Object clone() { } global List getOptionGroups() { } global List getOptions() { } }