Returns some representation of the queue.
The format isn't significant, and may change in the future.
@override String toString() { return _queue.take(_length).toString(); }