return (gpjc.toJson());
}
public JsonPlayer getJsonPlayer(Player player,Game game) throws GameException{
JsonPlayer jsonPlayer = new JsonPlayer();
if(player==null){
throw new GameException("player can not be null");
}
if(game==null){
throw new GameException("game can not be null");