public String toString() { return name != null ? name.toUpperCase() : null; } Объясните, пожалуйста, что тут происходит