/*Get a choice name*/
 protected String getChoiceName1() {
   return choice.getOptionName();
 }
 /*Set a particular option for a given option and index*/
 protected void setOption1(Options option, int index) {
   this.option.get(index).setPrice(option.getPrice());
   this.option.get(index).setOptionName1(option.getOptionName());
 }