global class Option { global Option(String text, String value) { } global Object clone() { } global String getText() { } global String getValue() { } }