so, I\'m trying to parse a list of questions into a list of objects of a class I created called Question
class Question { final String question;