Describe the bug
Please implement the toString method on graphql.collectclasses to improve debug experience.
It is recommended that all subclasses override this method.
To Reproduce
import graphql.collect.ImmutableMapWithNullValues
println(ImmutableMapWithNullValues.emptyMap<Any,Any>())