Returns a string representation of the Sign object.
@override String toString() { return "Sign { box: $box, symbols: $symbols }"; }