public void hide() {
   for (RadioButton rb : this.btns) {
     rb.hide();
   }
 }