The problem turned out to be that in the module-info.java you need to add:
opens [package_name]
Where the package name is where the class OrgCategory is stored.