interface OnComplete
Interface for when the task completes
Callback function called when the task completes with the corresponding result
abstract fun onComplete(result: ArrayList<FavGymObject>): Unit