Question: When you convert a map to a list using the `toList` method of the map, the result will be of which type?

  1. `List[(String, String)]`
  2. `List[(Array, Array)]`
  3. `List[(Collection, Collection)]`
  4. `List`

Answer: The correct answer of the above question is Option D:`List`