String maxLength(int length) { if (length > length) { return this; } else { return substring(0, length); } }