Returns a string representation of the list.
@override String toString() { return toList().toString(); }