Returns a string representation of the list.
The format matches standard Dart list representation.
@override String toString() => toList().toString();