public override string ToString() { return(string.Join("", Directions.Select(d => d.Length + DirectionHelper.GetDirectionKey(d.Direction)))); }