function displayClueDetails(Clue $clue) { return $clue->getName() . ', ' . $clue->getTime() . '<br />Valid Answers: ' . $clue->getAnswerList() . "<br><br>" . $clue->getGameProgress(); }