@Override
 public String getName() {
   if (isConsole) return cons.getName();
   return realPlayer.getName();
 }