Question: When you convert a map to a list using the `toList` method of the map, the result will be of which type?
- `List[(String, String)]`
- `List[(Array, Array)]`
- `List[(Collection, Collection)]`
- `List`
Answer: The correct answer of the above question is Option D:`List`