generate list of objects with scalacheck
val listOfObjectsGen: Gen[List[MyCaseClass]] = Gen.containerOf[List, MyCaseClass](myCaseClassGen)