Certainly, procedural programming is much easier for people who are used to writing code procedurally. For those used to writing well factored object oriented code, procedural code is actually harder.
Yes, well factored object oriented code often results in more work, and more actual code. But if done correctly, it makes the code easier to maintain, easier to extend, easier to debug (and more importantly easier to test).