You typically wouldn’t use @reference for the Utils class, because it’s reserved for dependency injection, injecting AEM services, as such.
If your utils class is created with static methods (as you should), all you would need to do is import the utils class into your project, and call:
Utils.ge...