Magento 2 Certification Questions List | Customize big method calculation depends on condition

You want to prevent the collection loading in the specific method. You have some condition(for example Customer Groupe) What is the best way to customize it

public function loadingFoo($bar)
{
    return $this->collection->load();
}