When you convert a map to a list using the toList method of the map, the result will be of which type?
toList
List[(Array, Array)]
List[(String, String)]
List
List[(Collection, Collection)]