Sizes and length of collections and strings are equivalent

For collections and strings, length and size have the same meaning in Gosu. Gosu adds enhancements for the Collection and String classes to support both the length and size properties. The length property is deprecated on lists and sets. For these types, use the size property. The size property is deprecated on arrays. For array types, use the length property