public boolean isMarioAbleToShoot() {
   return mario.isAbleToShoot();
 }