global class OptionGroup { global OptionGroup(String label, List options) { } global Object clone() { } global String getLabel() { } global List getOptions() { } }