// Get the behavior of the Player
 public String getBehavior() {
   return mySpecialAbility.getClass().getSimpleName();
 }