public String getName() {
   return option.getName();
 }
 public String getDisplayName() {
   return option.getDisplayName();
 }