Juego game=new Juego(Context,idGame,gameLevel);
Examples of implementation
How to increment correct answers
game.incrementCorrect();
How to increment wrong andswers
game.incrementWrong();
How to get the Best Streak
game.getBestStreak();
How to get the face
game.devolverCarita();
How to save JsonObject
game.guardarObjetoJson();