QuizAnswered
case class QuizAnswered(quizInGame: QuizInGame, answerPlayer: Option[Answer], var score: Int, var timeToAnswer: Double)
A quiz answered is a quiz in game, accompanied with an optional answer that the player gave
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any