// display details of the project item println "Value of project is: ${atM42.getValueOfItem('project')}" println "Project description: ${project}" println "${project.description}" // calculate total value of items println "Total value of items: ${atM42.getTotalValueOfItems()}"