To better match axe-core's end results we should add (as a QOL feature) when a user does the following: ```java AxeBuilder axeBuilder = new AxeBuilder(); axeBuilder.withRules("label"); // ... ``` In the end results object does not tell the user within `toolOptions` if `runOnly` was set and with what rules (example above). We should map `runOnly` within `toolOptions` , within [`ToolOptions.java` class](https://github.com/dequelabs/axe-core-maven-html/blob/develop/utilities/src/main/java/com/deque/html/axecore/results/ToolOptions.java) Mapping should be similar: <img width="425" alt="image" src="https://user-images.githubusercontent.com/41127686/208582368-4f171d9b-fa03-487f-9f42-666553afa1e5.png">