public void updateInterface() {
   for (OptionsPage optionPage : optionPages) {
     optionPage.updateInterface();
   }
 }