public String getBoxSelectionStrategyName() {
   return boxSelectionStrategy.getClass().getSimpleName();
 }
 public boolean switchBox() {
   return boxSelectionStrategy.switchBox();
 }