`Arrays.asList()` can (and should) be used for creating a `List<ReadOnlyPerson>`, thus making `TestUtils.createList()` redundant.
Arrays.asList()can (and should) be used for creating aList<ReadOnlyPerson>, thus makingTestUtils.createList()redundant.