class UserProfileManager { fun drawUI() { ... } fun fetchFromServer() { ... } fun saveToDatabase() { ... } }