duelingTime = " (" + DateFormat.getDuration((new Date().getTime() - game.getStartTime().getTime())/1000) + ")";
}
state = "Dueling" + duelingTime;
result = "";
}
return new GameInfo(0, this.getId(), game.getId(), state, result, playersInfo.toString(), tableId);
}